type runtime.functype

4 uses

	runtime (current package)
		mfinal.go#L493: 	ft := (*functype)(unsafe.Pointer(ftyp))
		type.go#L407: type functype = abi.FuncType
		type.go#L555: 		ft := (*functype)(unsafe.Pointer(t))
		type.go#L556: 		fv := (*functype)(unsafe.Pointer(v))